The shape transformation of CSS3 allows us to stretch, scale, and so on elements
I'm mainly talking about the 12 D plane transformation.Property transform can be transformedTransform is the meaning of metamorphosis.And it is mainly used by functions,
Grammar:Text-transform:none | Capitalize | Uppercase | lowercase
Parameters:None: No conversion occurs
Capitalize: Converts the first letter of each word to uppercase, and the remaining no conversions occur
Uppercase: Convert to uppercase
Lowercase:
Conversion | algorithm
MD5 is the most commonly used cryptographic encryption algorithm in Web applications. Since the MD5 is irreversible, the ciphertext after MD5 calculation can not get the original text through the reverse algorithm.
The
Text-transformfirst, the grammar Text-transform is used primarily to set the case of text.The Text-transform has 5 values, respectively, as follows:None. The default value.capitalize. The first letter of each word in the text is
To implement English and Chinese pinyin into full-capitalization, all-lowercase, and first-letter capitalization, you need to useCSS in the Text-transform style properties, the next introduction1, the value of Text-transform1) Capitalize: Capitalize
Css has such a good property: text-transform: uppercase.This attribute changes the uppercase and lowercase letters of an element regardless of the text in the source document. If the value is capitalize, uppercase letters are required, but there is
Effect:
None: no conversion occurred
Capitalize: converts the first letter of each word into uppercase letters, and no conversion occurs for other words.
Uppercase: Convert to uppercase
Lowercase: Convert to lowercase
DefinitionText-transform control text case sensitivityInheritance: YesJavaScript syntaxThe CSS attribute of can also dynamically change a JavaScript.Script syntax: object. style. textTransform = "exploitation"P{ Text-transform: uppercase}
CSS Settings English letter case Conversion createtime--2018 May 25 07:16 Author:marydon1. Implementation: Through Text-transform2.text-transform Syntax:Text-transform:none | Capitalize | Uppercase | lowercaseValue:None: Default value. No conversion
CSS Text properties Define the appearance of text.With text properties, you can change the color of the text, the spacing of characters, the alignment text, the decoration, the indentation of the text, and so on.Indent textIndents the first line of
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.